home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7726 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: newsfeed.internetmci.com!gatech!gt-news!prism!prism!not-for-mail
  2. From: gt5691b@prism.gatech.edu (Christopher Andrew Lanciani)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Huffman encoding
  5. Date: 28 Feb 1996 09:34:24 -0500
  6. Organization: Georgia Institute of Technology
  7. Message-ID: <4h1p5g$58@acmex.gatech.edu>
  8. References: <4h00ci$euq@garuda.csulb.edu>
  9. NNTP-Posting-Host: acmex-prism.gatech.edu
  10.  
  11. mackay@csulb.edu (Regis C. Pei) writes:
  12.  
  13. >Does anyone have any suggestions on how I can program a simple version of 
  14. >Huffman encoding/decoding in the C language?
  15.  
  16. >I am looking for source code to implemet a "two-pass" Huffman encoding 
  17. >scheme which would read characters from a file on the first pass and then 
  18. >perform the encoding and the second pass...
  19.  
  20. >Any help or suggestions would be much, much appreciated!!
  21.  
  22. >Thanks,
  23.  
  24. >Sharlene
  25.  
  26. Numerical Recipes in C has a section on Huffman coding that may
  27. be helpful in at least getting you started on this.  They include
  28. some source code also.  The information is available in book form
  29. or online, but I can't remember exactly where it is online.  I 
  30. think if you do a net search in Netscape on "Numerical Recipes,"
  31. you can probably find it.
  32.  
  33. -- 
  34. Chris Lanciani
  35. lanciani@ee.gatech.edu
  36.  
  37.